bitkeeper revision 1.1159.1.200 (415eba73Ppat3cs9WOlcr0QdtWbUbQ)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Sat, 2 Oct 2004 14:25:55 +0000 (14:25 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Sat, 2 Oct 2004 14:25:55 +0000 (14:25 +0000)
Fix typos in previous change:
1.20 04/10/01 17:31:29+01:00 cl349@freefall.cl.cam.ac.uk 21 20 18/10/673

    Rearrange time init so that xtime and processed_system_time don't start
    out of sync.  Update wall_to_monotonic when we update time from xen.

linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c

index 3a251b40828ee24bc539519a2328834bfea17f51..821ff92867003fcf84734684f0f2a2bb58976643 100644 (file)
@@ -364,9 +364,8 @@ static inline void do_timer_interrupt(int irq, void *dev_id,
                                        struct pt_regs *regs)
 {
        time_t wtm_sec, sec;
-       s64 delta. nsec;
+       s64 delta, nsec;
        long sec_diff, wtm_nsec;
-       long wtm_nsec;
 
        __get_time_values_from_xen();